Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.document.routing.web.themes--views

This contribution is part of XML component org.nuxeo.document.routing.web.themes inside nuxeo-routing-web-6.0.jar

Extension Point

Extension point views of component ThemeService.

Contributed Items

  • <view merge="true" name="nuxeo5 includes" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <resource>automation.js</resource>
          <resource>jquery.jsPlumb-1.5.1-min.js</resource>
          <resource>documentRoutingGraph.js</resource>
          <resource>documentRoutingGraph.css</resource>
        </view>

XML Source

<extension point="views" target="org.nuxeo.theme.services.ThemeService">

    <view merge="true" name="nuxeo5 includes" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <resource>automation.js</resource>
      <resource>jquery.jsPlumb-1.5.1-min.js</resource>
      <resource>documentRoutingGraph.js</resource>
      <resource>documentRoutingGraph.css</resource>
    </view>

  </extension>